home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / awall202.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-07-29  |  258b  |  10 lines

  1. echo off
  2. echo Alley-Wall Print Documentation File Batch - for v2.0
  3. echo .
  4. echo This batch will print out all the documentation files.
  5. echo .
  6. echo Press CTRL BREAK now if you do not want to print them.
  7. pause
  8. echo Printing... Please wait.
  9. print *.doc
  10.